Inconsistent padding between sidebar manual lists and listSubPages
#202
Labels
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
What information was incorrect, unhelpful, or incomplete?
Sidebar list items have
padding-left: .5rem;
whenlistSubPages
is used in the sidebar YAML.In contrast, there's no padding when the items are manually ordered (this is what's live on the website at the moment https://developer.mozilla.org/en-US/docs/Web/HTML).
listSubPages
What did you expect to see?
Same or no padding irrespective of the method used to generate the sidebar list items
Do you have any supporting links, references, or citations?
Check out this demo commit that uses
type: listSubPages
to view the padding in action: dipikabh/content@dea9711.Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: